Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: rename all modules named test to tests #1578

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

Fraser999
Copy link
Contributor

Summary

A trivial rename of some modules.

Background

It's canonical to name unit test modules as tests. We currently have a mixture of test and tests throughout the codebase.

Changes

  • Renamed all test modules to tests. No actual tests were changed.

@github-actions github-actions bot added conductor pertaining to the astria-conductor crate sequencer pertaining to the astria-sequencer crate labels Sep 27, 2024
Copy link
Member

@SuperFluffy SuperFluffy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are great.

In a future patch we should also break out the tests into free-standing files (at least for oversized modules).

And also merge https://github.com/astriaorg/astria/blob/33dae4256f7f6d1f936f9e0de166695be1bf416d/crates/astria-sequencer/src/app/tests_block_fees.rs and its sibling test modules into a folder structure under a common tests/ module.

@Fraser999 Fraser999 added this pull request to the merge queue Sep 27, 2024
Merged via the queue into main with commit 70046bd Sep 27, 2024
43 checks passed
@Fraser999 Fraser999 deleted the fraser/rename-test-modules branch September 27, 2024 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conductor pertaining to the astria-conductor crate sequencer pertaining to the astria-sequencer crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants